@charset "UTF-8";
body {
  /* background: #39383d; */
  width: 100%; }

main {
  background: #39383d; }

.swiper-container {
  width: 100%;
  height: 90vh;
  margin-top: 80px;
  position: relative; }
  .swiper-container .swiper-wrapper {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden; }
    .swiper-container .swiper-wrapper .swiper-slide {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }

.swiper-arrows {
  position: absolute;
  bottom: 10vh;
    /*  left: 60%; */
  right: 0%;
  z-index: 10;
  font-size: 0px; }
  .swiper-arrows .swiper-arrow {
    display: inline-block;
    cursor: pointer;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    opacity: 0.9;
    transition: all 0.6s;
    outline: none; }
    .swiper-arrows .swiper-arrow:hover {
      opacity: 1; }
    .swiper-arrows .swiper-arrow:active {
      opacity: 0.7; }
  .swiper-arrows span {
    font-size: 40px;
    color: #fff;
    transition: all 0.6s; }
  .swiper-arrows .swiper-prev {
    background: rgba(255,255,255,.2);
    border: solid 1px rgba(255,255,255,.1);}
    /* background: #a7997b; } */
    .swiper-arrows .swiper-prev:hover span {
      margin-left: -20px; }
  .swiper-arrows .swiper-next {
    background: rgba(255,255,255,.1);
    border: solid 1px rgba(255,255,255,.1);}
    /* background: #9C8F76; } */
    .swiper-arrows .swiper-next:hover span {
      margin-left: 20px; }

@media screen and (max-width: 35.5em) {
  .swiper-arrows .swiper-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .swiper-arrows span {
    font-size: 20px;
    color: #fff;
    transition: all 0.6s; }
  .swiper-arrows .swiper-prev:hover span {
    margin-left: -10px; }
  .swiper-arrows .swiper-next:hover span {
    margin-left: 10px; } }
 .kefu {
  position: fixed;
  right: 30px;
  top: 50%;
  width: 80px;
  height: 80px;
  z-index: 10; }
  .kefu .ic-kefu {
    font-size: 36px;
    color: #b52685;
    position: absolute;
    z-index: 99;
    top: 22px;
    left: 20px;
    transition: all 0.6s; }
  .kefu:hover .ic-kefu {
    color: #b52685; }
  .kefu:hover .wave.solid.warning .circle {
    background: #fedc8f; }

@media screen and (max-width: 35.5em) {
  .kefu {
    right: 0.6em; } }
.wave {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  opacity: 0.6; }

.wave .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0; }

/* 波动效果 */
.wave.solid .circle {
  width: 100%;
  height: 100%; }

.wave.solid .circle:first-child {
  animation: circle-opacity 2s infinite; }

.wave.solid.warning .circle {
  background: #b52685;
  transition: all 0.6s; }

  @keyframes circle-opacity {
  from {
    opacity: 1;
    transform: scale(0); }
  to {
    opacity: 0.3;
    transform: scale(1); } }
.about-info-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 8%;
  z-index: 1;
  width: 20%;
  text-align: justify;
  font-size: 14px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }
  .about-info-container .about-info-item {
    margin-bottom: 20px;
    line-height: 1.8; }

.about-info-container-lg {
  background: rgba(0, 0, 0, 0);
  background-image: url("../images/about_bg_left.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 240px;
  height: 100vh;
  padding-left: 70px;
  padding-right: 290px; }

.about-info-center {
  width: 440px;
  height: 100vh;
  position: fixed;
  left: 197px;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/about_bg_center.png");
  background-size: contain;
  background-repeat: no-repeat; }

.about-info-top {
  height: 30px;
  position: fixed;
  left: 550px;
  right: 0;
  top: 80px;
  z-index: 1;
  background-image: url("../images/about_bg_top.png");
  background-size: cover; }

.top-compony {
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
  line-height: 1.7; }

@media screen and (max-width: 35.5em) {
  .about-info-container {
    width: 60%;
    right: 20%;
    padding-top: 28%; }
    .about-info-container .about-info-item {
      line-height: 1.7; }

  .top-compony {
    margin-top: 0em; } }
.about-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  background: #39393c;
  z-index: 2; }

.about-top-logo {
  width: 150px;
  margin-top: 20px;
  margin-left: 7%;
  display: inline-block;
  float: left; }
  .about-top-logo img {
    width: 100%; }

.english {
  font-size: 16px;
  color: #A7997B;
  float: left;
  margin-top: 28px;
  margin-left: 40px;
  transition: all 0.6s; }
  .english:hover {
    color: #ccc; }

.about-top-slogan {
  float: right;
  margin-right: 120px;
  margin-top: 26px;
  width: 150px; }
  .about-top-slogan img {
    width: 100%; }

@media screen and (max-width: 35.5em) {
  .about-top-logo {
    width: 6em;
    margin-top: 0.8em; }

  .about-top-slogan {
    float: left;
    margin-left: 7%;
    margin-top: -0.3em;
    width: 7em; } }

    .menus-container {
  background: #fff;
  padding: 30px 15px; }
  .menus-container .mc-item {
    padding: 0 15px; }
  .menus-container .mc-item-name {
    background: #4b4b4b;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px; }
  .menus-container .mc-item-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px; }

.social {
  background: #4b4b4b;
  padding: 20px 0;
  height: 60px;
  line-height: 60px; }
  .social .social-ic {
    width: 60px; }
  .social .social-slogan {
    font-size: 24px;
    color: #fff; }
  .social .social-go {
    display: inline-block;
    font-size: 14px;
    border: 2px solid #fff;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.6s; }
    .social .social-go:hover {
      background: #b52685;
      border: 2px solid #b52685; }

      .smaill-pic{
        position: absolute;
        bottom: 0px;
        right: 0px;
        left: 0px;
        background-color: #43434b;
      }
	     .smaill-pic2{
        position: absolute;
        bottom: 15px;
        right: 30%;
        left: 0px;
       
      }
      .sp-container{
        float: right;
      }
      .sp-item{
		  /*  width: 100px;
        height: 80px;
		 background-size: cover;
        background-position: center;
        background-repeat: no-repeat; */
        width: 20px;
        height: 10px;
       
        position: relative;
        float: left;
        margin-right: 5px;
        cursor: pointer;
		background-color:#b52785;
      }
      .sp-cover{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background:#fff;
      }

      .swiper-right{
        position: relative;
      }
      #texts{
        height: 100%;
        overflow: hidden;
        text-align: center;
      }
      .swiper-item-title,.swiper-item-desc{
        color: #FFDD8A;
        font-size: 50px;
        font-weight: bold;
        padding-bottom: 25px;
        margin-top: 20%;
      }
      .swiper-item-desc{
        font-size: 30px;
        margin-top: 40px;
      }
      .item-see-more{
        color: #FFDD8A;
        font-size: 20px;
        border: 1px solid #FFDD8A;
        display: inline-block;
        padding: 10px 30px;
        margin: 0 auto;
        margin-top: 40px;
        transition: all 0.5s;
        cursor: pointer;
      }
      .item-see-more:hover{
        background: #FFDD8A;
        color: #b52685;
      }

      .swiper-right .swiper-item{
        background-color: #43434b;
        /*transition: all 0.5s;*/
      }
      .swiper-right .swiper-item:nth-child(1){
        background-color: #43434b;
      }
      .swiper-right .swiper-item:nth-child(2){
        background-color: #675e5b;
      }
      .swiper-right .swiper-item:nth-child(3){
        background-color: #685855;
      }
      .swiper-right .swiper-item:nth-child(4){
        background-color: #7d5b49;
      }
      .swiper-right .swiper-item:nth-child(5){
        background-color: #43434b;
      }
      .swiper-right .swiper-item:nth-child(6){
        background-color: #675e5b;
      }
      .swiper-right .swiper-item:nth-child(7){
        background-color: #685855;
      }


/*# sourceMappingURL=about.css.map */
